home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / nr306.zip / WHATS_UP.DOC < prev   
Text File  |  1993-02-16  |  17KB  |  307 lines

  1. Documentation for NewsRoom is very very very scarce, but we're working 
  2. on it.
  3.  
  4. NewsRoom Release History Stack:
  5.  
  6. 02-16-93  Version 3.06 -- a few more fixes.
  7.           Well, gosh, it's been almost a month since the last fix, 
  8.           so...  There was a problem generating Wildcat! color codes. 
  9.           Apparently we'd lost a piece of code in converting to the 
  10.           3.xx version.  Also found to be a problem was formatting of 
  11.           news items created by an external editor.  Fixed this and 
  12.           found a more elegant way of handling the files, so things 
  13.           should work a bit better.  Lastly, we were losing the days to 
  14.           keep field when using an external editor.  Hopefully this is 
  15.           the last bug (with the exception of an elusive one that we're 
  16.           still looking for).
  17.  
  18. 01-17-93  Version 3.05 -- more fixes and additions.
  19.           We're not really trying to do a release a week, but...
  20.           The 3.04 code had a nasty problem if using an external
  21.           editor.  We found that the date formatting routines had a few
  22.           minor problems in them that we've fixed in this release.
  23.           With the addition of the external editor option, we've
  24.           unleashed a few problems.  To solve them, we've had to add
  25.           the ability to direct where swapping takes place.
  26.  
  27. 01-03-93  Version 3.04 -- fixes and additions.
  28.           Found a few minor memory allocation errors that probably
  29.           haven't been giving too many people a hard time since no one
  30.           mentioned them.  While doing this, we started playing "what
  31.           if" and wound up with this version that supports both the
  32.           internal editor that has been the source of many complaints
  33.           and also allows use of an external editor.  CAUTIONS:
  34.           (1)  Although we've tried to handle the switchover
  35.           automatically, we haven't been overly successful.  The first
  36.           time you use this version, we STRONGLY suggest checking the
  37.           general options ( [C]onfigure -> [B]BS Common ) and insuring
  38.           that all fields are intact.  If you wish, you may also go to
  39.           the External Editor field at this time and enter the full
  40.           path and name of the editor you wish to use.
  41.           (2) The news files.  Before exporting an existing news file,
  42.           you may wish to view the file to insure that everything is
  43.           still in its right position.
  44.           Another new addition is the ability to use the enter key to
  45.           go to the next field rather than just the tab key.
  46.  
  47. 10-27-92  Version 3.03 -- a little of everything.
  48.           There was an annoying little bug in the modified header
  49.           format that put the date off by a single character.  Fixed. A
  50.           new addition to NewsRoom allows you to put a -1 value in the
  51.           retention field of the individual news item to indicate that
  52.           this item should never be purged.  The purge log will reflect
  53.           that status when the item is processed.
  54.  
  55. 10-10-92  Version 3.02 -- just improvements this time
  56.           Got some good suggestions on improving the event processing
  57.           output.  NREVENT.PRC now has a different look.  The automatic
  58.           purge list produces one line per news item that shows the
  59.           date created, conference number, title, whether the item was
  60.           purged or not, and if not, the scheduled date of purge.  The
  61.           automatic export produces a list of each news item that was
  62.           exported.  Also, during both purge and export, a message will
  63.           be placed on the screen so that it looks like the program is
  64.           actually doing something.
  65.  
  66. 10-02-92  Version 3.01 -- a few fixes Well, nobody's perfekt.
  67.           Here's a short list of the fixes in this verion:  1)  The
  68.           individual news item expiration days is now saved/displayed.
  69.           2)  The suppress registration line feature wasn't working.
  70.           3)  Several small items that could cause lock-ups were found
  71.           and eradicated.
  72.           4)  Pretty big woops:  The news was being exported first in
  73.           first out instead of last in first out.
  74.           This should be a pretty clean version now, but only time will
  75.           tell.
  76.  
  77. 09-20-92  Version 3.00 -- complete rewrite
  78.           First off, we'd like to express our appreciation to Chet
  79.           Wilkinson of TSUNAMI for his help in finding all those nasty
  80.           little things that programmers are wont to leave in brand new
  81.           code.  If it hadn't been for him, we'd have had a real mess
  82.           on our hands.  Thanks, Chet.
  83.           With this beta release, NewsRoom shows a complete face lift
  84.           and rewrite.  For techies, the program has been rewritten,
  85.           with exception of database manager in C++ which necessitated
  86.           a user interface change.
  87.           GOTCHA #1:  The configuration file changed.  When installing
  88.           this version of NewsRoom, you'll have to set up the BBS
  89.           Options from scratch.  Take note:  There are a couple of new
  90.           wrinkles in here for registered users.
  91.           GOTCHA #2:  The news files changed format, so your old files
  92.           are no longer compatible.  There is no conversion to this
  93.           version--it's a startover.
  94.           New differences between registered/unregistered versions:
  95.           The unregistered program will display an "About" box when the
  96.           program is started.  The registered version bypasses this.
  97.           The registered version will allow  the user to configure the
  98.           news export to display:
  99.                 (a)  SysOp name
  100.                 (b)  BBS name
  101.                 (c)  No registration line.
  102.  
  103. 01-25-92  Version 2.06 -- bug hunt
  104.           We had a nasty one in here that a couple of people hit.  In
  105.           event processing of news, if you deleted the last news item
  106.           in the file, or emptied the file with deletes, either the
  107.           purgee or the export would decide that there was no end of
  108.           file and just keep on crankin' for hours.  It's fixeed in
  109.           this version.  We've also started to clean up problems in the
  110.           editor.  Not sure if this version has any real improvement in
  111.           the editor, but it looks to be  just a smidgen  cleaner.
  112.           We've just put a message into our support conference on
  113.           Existentialist with some ideas we've had for future
  114.           directions on the program.  If you have a moment, and would
  115.           care to comment, we'd appreciate your feedback in the
  116.           conference.
  117.  
  118. 01-01-92  Version  2.05 -- enhancements
  119.           We've added a new format to the selection -- it's a
  120.           modification of the current header format and uses the same
  121.           color configuration as the current header.  In addition, the
  122.           BBS options have been modified to add two new fields.  The
  123.           new fields control whether the BBS Name and SysOp /
  124.           Conference Host name are printed or not in the news.  These
  125.           fields will default to 'Y'.
  126.  
  127. 01-03-92  Version  2.04 -- more changes
  128.           Some minor changes to the name fields in the program.
  129.           Before, all names were forced to mixed case.  That has now
  130.           changed so that you may enter anything in the names, and
  131.           capitalization will be up to you.  Next, we're now displaying
  132.           the title and date of the news item you're creating/editing
  133.           in a window above the edit window.  Perhaps the biggest
  134.           change to this version is a disaster repair function in the
  135.           [F]ile selection.  If for some reason the program abnormally
  136.           terminates while you've got a database open (and believe me,
  137.           we've taken pains for that NOT to happen) your files will
  138.           probably be corrupted.  We've put corruption detection into
  139.           the  program, and will try and advise you when it's necessary
  140.           to fix the files.
  141.  
  142. 12-27-91  Version 2.03 -- cosmetic changes
  143.           Not much in the way of fixes in this release.  A small
  144.           problem in the editor and the conference selection routine
  145.           was corrected.  Mostly this version changes the "Simple" and
  146.           "Header" formats.  Both of these now have a new color
  147.           configuration for the various "constants" used in the format.
  148.           If you're using one of these two, you might want to make sure
  149.           you make your color selection prior to exporting your news.
  150.  
  151. 12-17-91  Version 2.02 -- aw shucks
  152.       I left a couple of really stupid errors in, that are
  153.       primarily cosmetic, but errors nonetheless.  And just when I
  154.       was patting myself on the back that I hadn't screwed up as
  155.       much this time as the previous releases.  Oh well.  I didn't
  156.       break my arm doing the patting anyhow.  I also forgot to put
  157.       the conversion utility for pre-version 2.01 into this last
  158.       distribution file.
  159.  
  160. 12-15-91  Version 2.01 -- minor revision The changes in this
  161.       version are requested enhancements.  NewsRoom now has the
  162.       capability of unattended processing.  ****WARNING****  Your
  163.       old text files are no longer compatible with this version.
  164.       To this end, CVFILE.EXE has been included in the version 2.01
  165.       distribution file.  Run this in the same directory as your
  166.       NEWSTEXT.* and NEWSROOM.OPT.  The option record also changed
  167.       to allow a default number of days to keep an item before
  168.       purging.  During the conversion process, the internal
  169.       creation date in the text file (used for calculations) is set
  170.       to the date run, and the number of days to expiration is set
  171.       to 0 (thus using the default in the option record.  The
  172.       option record  default days to expiration will be set to 30.
  173.       Changes (in no particular order):  1)  Screen colors are
  174.       now configurable by selecting "Screen Colors" from the "File"
  175.       menu selection.  2)  The ESC key no longer takes you out of
  176.       the program.  You must use the 'Q' key from the main menu or
  177.       Alt-Q from other places.  3)  Additional field on the BBS
  178.       Option screen to designate default number of days to keep
  179.       news items.  4)  Item-specific days-to-keep field changeable
  180.       at original entry or when an item is edited.  A '0' in this
  181.       field will use the global value.  5)  Command-line parameter
  182.       -p purges the text file based on creation date, and days to
  183.       keep (global or item).  All items in all conferences are
  184.       evaluated.  This may be done as a part of a daily
  185.       event--processing is echoed to the screen, but the program
  186.       will self-terminate (not self-destruct).  6)  Command-line
  187.       parameter -e exports news files for all conferences.   Also
  188.       may be run as part of an event.
  189.  
  190. 11-24-91  Version 2.00 -- major revision
  191.       After receiving a bug report, we hurried up to fix the
  192.       problem and throw in a new enhancement.  Imagine our surprise
  193.       when we found that the conference and news item deletion
  194.       routines could unexpectedly trash the database and give
  195.       "undefined results".  This version represents a complete
  196.       replacement of the former database routines with a tried and
  197.       true set of routines.  This will now allow deletion of
  198.       individual conferences and news items without the problems
  199.       associated with the previous version.  We also corrected a
  200.       minor cosmetic error or two on some of the news formats.
  201.       *******WARNING********** Your former files WILL NOT work with
  202.       this new version of NewsRoom.  To that end, there is a
  203.       conversion  utility, CONVTOSF.EXE, included with this
  204.       release. This utility will convert old databases to new and
  205.       also make a change in your option record. Just put the .exe
  206.       file into the same directory with your NEWSTEXT.??? and
  207.       NEWSROOM.??? files, and type CONVTOSF at the DOS prompt.  The
  208.       program will give you a running commentary on what records
  209.       and files are being converted.  Another word of warning--this
  210.       conversion utility fully expects that your files reflect the
  211.       previous changes in databases(in version 1.08) and that you
  212.       have converted your *.NWS files to xBase memo files.  If
  213.       you're not current, things won't work, and you might want to
  214.       start fresh.
  215.       The option record change reflects a change in the BBS Options
  216.       screen.  You've now got the option of inserting a "clear
  217.       screen" command at the beginning of each news item.  Please
  218.       pay attention to any problems that develop.  We're happy to
  219.       fix problems (well, kind of), but do need to know how to
  220.       duplicate them.
  221.  
  222. 11-19-91  Version 1.09 -- back to bug fixes
  223.       The marvelous upgrade in putting the text into database files
  224.       really horsed things up.  I broke the ability to pass the
  225.       conference number amongst the routines.  Any text files you
  226.       added with version 1.08 are not associated with the proper
  227.       conference.  Our apologies.  This version corrects that
  228.       problem.  To stave off problem reports in one area, the
  229.       editor will now accept extended characters (greater than
  230.       value 127).  The bad news is that the database filters them
  231.       out.  We're working on a fix.
  232.  
  233. 11-14-91  Version 1.08 -- massive changes in this version!
  234.       The biggest change is in the news text files that were
  235.       cluttering disk space before.  As of this release, the news
  236.       text is kept in a database file.  Not to worry, gentle
  237.       reader, there is a program available (and distributed with
  238.       the version 1.08 copy) named NEWSCNVT.  Running that program
  239.       in your NewsRoom directory will create the text database
  240.       file.
  241.       Next change is in the "Send More" option.  Instead of a Y/N
  242.       only field, it will now accept Y, N, or E  A quick
  243.       explanation:  Y indicates that a "more" prompt will be placed
  244.       at the end of every news file.  N indicates that no "more"
  245.       prompts will be used, and "E" tells NewsRoom to put a "more"
  246.       prompt at the very end of the news file only.
  247.       We have also cut down on our "advertising".  The first news
  248.       item only will contain the copyright and registration
  249.       information.
  250.       Should be enough for one release.  One last thing,
  251.       non-program related:  The USR Dual Standard used by The
  252.       Existentialist BBS is now on a new phone number.  First-time
  253.       callers should continue to call the (801) 226-8310 number and
  254.       leave a [C]omment to the SysOp.  You'll be upgraded within 24
  255.       hours and be  given access to the HST line on (801) 226-8315.
  256.  
  257. 11-08-91  Version 1.07 -- per request, if  you are generating news
  258.       using the Wildcat! specific color codes, the file name (the
  259.       ASCII file in the conference options) will be forced to have
  260.       a .BBS extension.
  261.  
  262. 11-07-91  Version 1.06 -- changed the format for the Wildcat! specific
  263.       codes.  Apparently I was bumscooped by a Wildcat! SysOp
  264.       concerning the exact format of these marvelous codes.  This
  265.       release won't do anything for non WC SysOps.
  266.  
  267. 11-04-91  Version 1.05 -- changed both the conference DB window and
  268.       the export window to accept the F10 key to signal completion.
  269.       Put corresponding prompt on the bottom of each window.
  270.       Hopefully this will make the process of saving not as
  271.       mysterious as it was before.  Also was informed by another
  272.       SysOp that NewsRoom would not save a news file if the target
  273.       was the root directory (D:\ for instance).  Fixed that puppy.
  274.  
  275. 10-09-91  Version 1.04 -- neglected to allow enough space for long
  276.       conference names.  Pretty dumb mistake, but then I haven't
  277.       made too many smart mistakes with this (or any other)
  278.       program.
  279.  
  280. 10-05-91  Version 1.03 -- well--if things keep up like this we'll be
  281.       on daily bug fix releases.  Version 1.02 wouldn't save the
  282.       news files.  Along with this, we found that the items
  283.       wouldn't be correctly sorted with the original news name
  284.       format.  With this change, if you have any existing news
  285.       items, please rename them to use a 3-digit sequence number.
  286.       As an example, news item 1 for conference 0 would show as
  287.       0-1.NWS under the old format.  Under the new format, the name
  288.       will be 0-001.NWS.
  289.  
  290. 10-03-91  Version 1.02 -- thanks to a fellow SysOp, some of the errors
  291.       in NewsRoom have been  corrected.  Adding a conference to the
  292.       conference database was causing problems, bogus error
  293.       messages, and just general junk.  Also, if more than 2
  294.       conferences were created, things didn't work well in the
  295.       selection routines.  These little goobers have been
  296.       corrected.
  297.  
  298. 09-13-91  Version 1.01 -- this version now includes the ability to
  299.       output files with Wildcat! version 3.0 codes.  In order to
  300.       accomplish this, the BBS option screen now accepts a 'W' for
  301.       wildcat codes, and the field has been switched to using a
  302.       pick list for the codes.  The version number has also been
  303.       added to the top right hand corner of the screen.
  304.  
  305. 09-02-91  NewsRoom version 1.00 released upon an unsuspecting world.
  306.  
  307.